<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /* The original subSilver Theme for phpBB version 2+ 
       Created by subBlue design http://www.subBlue.com 
       NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. 
             When you have finalised your style you could cut the final CSS code and place it in an external file, 
             deleting this section to save bandwidth. */ /* General page style. 
             The scroll bar colours only visible in IE5.5+ */ 

img
{
	border:0;
}
	
	/* General font families for common tags */ 
font, p
{
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
	
th, td
{
 color: navy;
/* border: white 1px solid;*/
/* font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

    /*	body { background-color: #00AAD4; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; }*/
    body { font-family: Verdana; SCROLLBAR-FACE-COLOR: aliceblue; FONT-WEIGHT: lighter; FONT-SIZE: 10px; SCROLLBAR-HIGHLIGHT-COLOR: white; SCROLLBAR-SHADOW-COLOR: white; SCROLLBAR-3DLIGHT-COLOR: blue; SCROLLBAR-ARROW-COLOR: blue; SCROLLBAR-TRACK-COLOR: navy; SCROLLBAR-DARKSHADOW-COLOR: #224a92; BACKGROUND-COLOR: #efeff7 }

	a:link,a:active,a:visited { color : #006699; }
	a:hover { text-decoration: none; color : #DD6900; }
	hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
	.hrBianca {	height: 0px; border: solid white 0px; border-top-width: 2px;}
	
	/* This is the border line &amp; background colour round the entire page */ 
	.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
	
	/* This is the outline round the main forum tables */ 
	.forumline { background-color: #FFFFFF; border: 2px #006699 solid; }
	
	/* Main table cell colours and backgrounds */ 
	td.row1 { background-color: #EFEFEF; }
	td.row2 { background-color: #DEE3E7; }
	td.row3 { background-color: #D1D7DC; }
	
	/* This is for the ??;??-table cell above the Topics, Post &amp; Last posts on the index.php page 
       By default this is the fading out gradiated silver background. 
       However, you could replace this with a bitmap specific for each forum */ 
	
	
	/* Setting additional nice inner borders for the main table cells. 
       The names indicate which sides the border will be on. 
       Don't worry if you don't understand this, just ignore it :-) */ 
	
	td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; }
	th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
	td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }
	th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
	th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
	th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
	th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
	th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
	th.thTop { border-width: 1px 0px 0px 0px; }
	th.thCornerL { border-width: 1px 0px 0px 1px; }
	th.thCornerR { border-width: 1px 1px 0px 0px; }
	
	/* The largest text used in the index page title and toptic title etc. */ 
	.maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; }
	
	/* General text */ 
	.genwarn { font-size : 12px; color : red; font-family: Verdana }
	.genbig { font-size : 16px; font-family: Verdana }
	.gen { font-size : 12px; font-family: Verdana }
	.genmed { font-size : 11px; font-family: Verdana }
	.gensmall
{
	font-size: 10px;
	font-family: Verdana;
}
	.gentiny { font-size : 9px; font-family: Verdana }
	.gen,.genmed,.gensmall,.gentiny, .genbig { color : #000000; }
	a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
	a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #DD6900; text-decoration: underline; }
	
	/* The register, login, search etc links at the top of the page */ 
	.mainmenu { font-size : 11px; color : #000000 }
	a.mainmenu { text-decoration: none; color : #006699; }
	a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
	
	/* Forum category titles */ 
	.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
	a.cattitle { text-decoration: none; color : #006699; }
	a.cattitle:hover{ text-decoration: underline; }
	
	/* Forum title: Text and link to the forums used in: index.php */ 
	.forumlink { font-weight: bold; font-size: 12px; color : #006699; }
	a.forumlink { text-decoration: none; color : #006699; }
	a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
	
	/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ 
	.nav { font-weight: bold; font-size: 11px; color : #000000;}
	a.nav { text-decoration: none; color : #006699; }
	a.nav:hover { text-decoration: underline; }
	
	/* titles for the topics: could specify viewed link colour too */ 
	.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; }
	a.topictitle:link { text-decoration: none; color : #006699; }
	a.topictitle:visited { text-decoration: none; color : #5493B4; }
	a.topictitle:hover { text-decoration: underline; color : #DD6900; }
	
	/* Name of poster in viewmsg.php and viewtopic.php and other plac??;??-es */ 
	.name { font-size : 11px; color : #000000;}
	
	/* Location, number of posts, post date etc */ 
	.postdetails { font-size : 11px; color : #000000; }
	
	/* The content of the posts (body of text) */ 
	.postbody { font-size : 12px; line-height: 18px}
	
	a.postlink:link { text-decoration: none; color : #006699 }
	a.postlink:visited { text-decoration: none; color : #5493B4; }
	a.postlink:hover { text-decoration: underline; color : #DD6900}
	
	/* Quote &amp; Code blocks */ 
	.code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px }
	.quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #D1D7DC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px }
	
	/* Copyright and bottom info */ 
	.copyright { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
	
	a.copyright { color: #444444; text-decoration: none;}
	a.copyright:hover { color: #000000; text-decoration: underline;}
	
	/* Form elements */ 
	input, textarea, select, .pippo
{
	border-right: powderblue thin solid;
	border-top: powderblue thin solid;
	border-left: powderblue thin solid;
	color: mediumblue;
	border-bottom: powderblue thin solid;
	font-family: verdana;
	background-color: lightcyan;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

	/* The text input fields background colour */ 
	input.post, textarea.post, select
{
	color: black;
	font-size: 12pt;
	background-color: #ffffff;
    scrollbar-face-color: aliceblue; scrollbar-shadow-color: white; scrollbar-highlight-color: white; scrollbar-3dlight-color: blue; scrollbar-track-color: #EFEFEF; scrollbar-arrow-color: blue; 
    scrollbar-darkshadow-color: #224A92 
}

	/* Form elements */ 
	input, textarea, select
{
	border: powderblue thin solid;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: mediumblue;
}

	/* The text input fields background colour */ 
	input.post, textarea.post, select { background-color : #FFFFFF; }
	input { text-indent : 2px; }
	
	/* The buttons used for bbCode styling in message post */ 
	input.button { background-color : #EFEFEF; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
	
	/* The main submit button option */ 
	input.mainoption { background-color : #FAFAFA; font-weight : bold; }
	
	/* None-bold submit but??;??-ton */ 
	input.liteoption { background-color : #FAFAFA; font-weight : normal; }
	
	/* This is the line in the posting page which shows the rollover help line. 
       This is actually a text box, but if set to be the same colour as the background no one will know ;) */ 
	.helpline { background-color: #DEE3E7; border-style: none; }
	
	/* Import the fancy styles for IE only (NS4.x doesn't use the @import function)  
	@import url("templates/subSilver/formIE.css"); 
*/	
   /*  stile usato per il testo di un commento */
   .commentoletto { FONT-SIZE: x-small; BACKGROUND-COLOR: "#EFEFEF"; }
   .commentononletto { FONT-SIZE: x-small; BACKGROUND-COLOR: "#FFFFFF";}
   .rowcommento { border: #000000; border-style: solid; }
   .navbar{ background-color: #FFFFFF; }

.noborder{ BORDER-RIGHT: 0px ; BORDER-TOP: 0px ; BORDER-LEFT: white 0px solid;  BORDER-BOTTOM: white 0px solid;   FONT-FAMILY: Verdana }
.EMPTY { BORDER-RIGHT: 0px ; BORDER-TOP: 0px ; BORDER-LEFT: white 0px solid;  BORDER-BOTTOM: white 0px solid;   FONT-FAMILY: Verdana }
.box_grigio
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	background-color: aliceblue;
}
.allwhite { border-right: white 1px solid; border-top: white 1px solid;	border-left: white 1px solid;	border-bottom: white 1px solid;	background-color: white; }
.allltgrey { border-right: #efefef 1px solid; border-top: #efefef  1px solid;	border-left: #efefef  1px solid;	border-bottom: #efefef  1px solid;	background-color: #efefef; }



.faqpage {background-color: white; BORDER-RIGHT: 0px ; border-top: 0px ; BORDER-LEFT: white 0px solid;  BORDER-BOTTOM: white 0px solid;   FONT-FAMILY: Verdana }
.faqtitle { font-size : 20px; color : #0000A0 }
.faqbody{ font-size : 12px; color : #000000 }
.titolosezione{ font-size : 20px; color : #0000A0; FONT-FAMILY: verdana; }
.boxtitle {	font-weight: bold;	font-size: 14px;	color: navy;}
.titolocommento {font-weight: bold;	font-size: 14px; color: navy;}
.newstitle {font-size: 1px;	color: navy;}

.titolomedio {font-size: 20px;	color: navy;}
.titologrande {font-size: 24px;	color: navy;}

.dato {font-size: 14px; font-weight: bold;	color: navy;}

.Sitetext {font-size: 12px;	color: black;}

.urgente {background-color: red; color: red;}

.smarcato
{
	color: black;
	background-color: #ffff33;
}
.nonsmarcato
{
	color: darkgray;
}

.Progetto_T
{
	border-right: medium none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-bottom: medium none;
	border-left-style: none;
	background-color: white;
}

.noncoperto
{
	color: navy;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: antiquewhite;
	border-bottom-style: none;
}

.coperto
{
	color: navy;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: aliceblue;
	border-bottom-style: none;
}

.nobudget
{
	font-size: 11px;
	color: navy;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: whitesmoke;
	border-bottom-style: none;
}

.nobudget_nodoc
{
	font-size: 11px;
	color: darkgray;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: whitesmoke;
	border-bottom-style: none;
}


.titoli
{
	color: #996633;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: lavender;
	border-bottom-style: none;
}

.titoliPiccoli
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	padding-bottom: 2px;
	color: #996633;
	border-top-style: none;
	padding-top: 2px;
	border-right-style: none;
	border-left-style: none;
	background-color: lavender;
	border-bottom-style: none;
}



.totali
{
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: ghostwhite;
	border-bottom-style: none;
}




.inputbox.
{
	border-right: lightcyan thin solid;
	border-top: lightcyan thin solid;
	border-left: lightcyan thin solid;
	color: mediumblue;
	border-bottom: lightcyan thin solid;
	font-family: verdana;
	background-color: lavender;
}


.titololistadoc
{
	border: lightskyblue thin solid;
	font-size: 18px;
	vertical-align: middle;
	color: skyblue;
	font-family: verdana;
	background-color: royalblue;
}


.niente
{
	border: none;
}


.intercalare
{
	padding-right: 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 1px;
	vertical-align: baseline;
	color: navy;
	padding-top: 1px;
	font-family: 'Times New Roman';
	text-align: center;
}

.titolo_scheda
{
	font-weight: bold;
	font-size: 12px;
	color: sienna;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: lavender;
	text-align: left;
	border-bottom-style: none;
}

.t_commenti
{
	background-color: lightsteelblue;
}

.StatusPaginaWeb
{
	border-top: aliceblue 1px ;
	font-size: 11pt;
	color: darkblue;
	border-bottom: lightsteelblue 1px ;
	background-color: lavender;
}


.TitoloPaginaWeb
{
	border: none;
	font-size: 11pt;
	background-image: url(/stili/Tabelle/Barra16.gif);
	color: darkblue;
}


.Titolo_Utente
{
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	font-size: 16pt;
	border-left: orange 1px solid;
	color: mediumpurple;
	border-bottom: orange 1px solid;
	background-color: lemonchiffon;
}


.Titolo_Programma
{
	border-right: orange 1px solid;
	border-top: orange 1px solid;
	font-size: 16pt;
	border-left: orange 1px solid;
	color: sienna;
	border-bottom: orange 1px solid;
	background-color: antiquewhite;
}

.Titolo_Capacita
{
	border-right: forestgreen 1px solid;
	border-top: forestgreen 1px solid;
	font-size: 16pt;
	border-left: forestgreen 1px solid;
	color: darkslategray;
	border-bottom: forestgreen 1px solid;
	background-color: #ccff66;
}

.Titolo_OFOA
{
	border-right: mediumblue 1px solid;
	border-top: mediumblue 1px solid;
	font-size: 16pt;
	border-left: mediumblue 1px solid;
	color: yellow;
	border-bottom: mediumblue 1px solid;
	background-color: dodgerblue;
}

.Titolo_Organismo
{
	border-right: mediumblue 1px solid;
	border-top: mediumblue 1px solid;
	font-size: 16pt;
	border-left: mediumblue 1px solid;
	color: darkblue;
	border-bottom: mediumblue 1px solid;
	background-color: gainsboro;
}

.Titolo_Articolazione
{
	border-right: mediumblue 1px solid;
	border-top: mediumblue 1px solid;
	font-size: 16pt;
	border-left: mediumblue 1px solid;
	color: darkblue;
	border-bottom: mediumblue 1px solid;
	background-color: white;
}

.Titolo_Utente
{
	border-right: mediumblue 1px solid;
	border-top: mediumblue 1px solid;
	font-size: 16pt;
	border-left: mediumblue 1px solid;
	color: darkblue;
	border-bottom: mediumblue 1px solid;
	background-color: white;
}

.Titolo_Capitolo
{
	border-right: darkseagreen 1px solid;
	border-top: darkseagreen 1px solid;
	font-size: 16pt;
	border-left: darkseagreen 1px solid;
	color: darkblue;
	border-bottom: darkseagreen 1px solid;
	background-color: #e2ffa7;
}



.blog_T
{
	border-right: skyblue 1px solid;
	border-top: skyblue 1px solid;
	border-left: skyblue 1px solid;
	border-bottom: skyblue 1px solid;
	background-color: aliceblue;
}
.blog_H
{
	border-right: medium none;
	border-top: medium none;
	padding-left: 10px;
	font-size: 12px;
	border-left: medium none;
	color: royalblue;
	border-bottom: lavender 1px solid;
	background-color: aliceblue;
}

.blog_C
{
	border-right: medium none;
	padding-right: 10px;
	border-top: medium none;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: medium none;
	padding-top: 0px;
	border-bottom: medium none;
	background-color: white;
}



.BlogAuthor
{
	border-right: medium none;
	border-top: medium none;
	font-size: 10px;
	border-left: medium none;
	color: steelblue;
	border-bottom: medium none;
	background-color: white;
	text-align: left;
}

.file_T
{
	border-right: mediumpurple 1px solid;
	border-top: mediumpurple 1px solid;
	border-left: mediumpurple 1px solid;
	border-bottom: mediumpurple 1px solid;
	background-color: lavender;
}
.file_H
{
	padding-left: 10px;
	color: darkmagenta;
	border-bottom: thistle 1px solid;
	background-color: lavender;
}

.file_C
{
	border-right: medium none;
	padding-right: 10px;
	border-top: medium none;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: medium none;
	padding-top: 0px;
	border-bottom: medium none;
	background-color: white;
}

.FileAuthor
{
	border-right: medium none;
	border-top: lightgrey 1px solid;
	font-size: 9px;
	border-left: medium none;
	color: steelblue;
	border-bottom: medium none;
	background-color: white;
	text-align: left;
}

.chat_T
{
	border-right: goldenrod 1px solid;
	border-top: goldenrod 1px solid;
	border-left: goldenrod 1px solid;
	border-bottom: goldenrod 1px solid;
	background-color: papayawhip;
}
.chat_H
{
	padding-left: 10px;
	color: saddlebrown;
	border-bottom: gold 1px solid;
	background-color: papayawhip;
}

.chat_C
{
	border-right: medium none;
	padding-right: 10px;
	border-top: medium none;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: medium none;
	padding-top: 0px;
	border-bottom: medium none;
	background-color: #fffCf6;
}



.TitoloContenuto
{
	border-right: medium none;
	border-top: medium none;
    padding-right: 20px;
	font-size: 20px;
	border-left: medium none;
	color: darkmagenta;
	border-bottom: skyblue 1px solid;
	background-color: aliceblue;
	text-align: center;
}

.TitoloSubitem
{
	border-right: medium none;
	padding-right: 20px;
	border-top: medium none;
	font-size: 16px;
	border-left: medium none;
	color: darkblue;
	border-bottom: skyblue 1px solid;
	background-color: aliceblue;
	text-align: left;
}


.MenuOggetto
{
	border-right: medium none;
	border-top: lightcyan 1px solid;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 12px;
	border-left: medium none;
	color: darkmagenta;
	border-bottom: cornflowerblue 1px solid;
	background-color: aliceblue;
	text-align: left;
}

.MenuSelezionato
{
	border-right: cornflowerblue 1px solid;
	padding-right: 5px;
	padding-bottom: 2px;
	border-top: cornflowerblue 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	border-left: cornflowerblue 1px solid;
	border-bottom: #efeff7 1px solid;
	background-color: #efeff7;
}


.DescAuthor
{
	border-right: medium none;
	border-top: medium none;
	font-size: 9px;
	border-left: medium none;
	color: steelblue;
	border-bottom: medium none;
	background-color: white;
	text-align: right;
}

.Attivita_H
{
	font-size: 12px;
	color: darkmagenta;
	background-image: url(stili/tabelle/barra12.gif);

}
.Attivita_NC
{
	font-size: 12px;
	color: dimgray;
	background-color: ghostwhite;
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
}

.Attivita_C
{
	font-size: 12px;
	background-color: lightcyan;
	border-bottom: gray 1px solid;
	border-right: gray 1px solid;
}

.Calendario_Titolo
{
	font-size: 18px;
	color: darkslateblue;
	background-color: white;
	border: WHITE 1px solid;

}

.TitoloCommenti
{
	padding-left: 4px;
	font-size: 16px;
	color: darkblue;
	border: none;
	background-color: aliceblue;
	text-align: left;
}

.TreeView
{
	font-size: 10px;
	color: darkblue;
	border: none;
}


.TitoloSubitem
{
	padding-left: 4px;
	font-size: 18px;
	color: darkblue;
	border: none;
	background-color: aliceblue;
	text-align: left;
}


.TitoloGenerico
{
	border-right: medium none;
	border-top: medium none;
	padding-left: 4px;
	font-size: 16px;
	border-left: medium none;
	color: darkblue;
	border-bottom: medium none;
	background-color: lemonchiffon;
	text-align: left;
}
.ChatItemID
{
	border-right: medium none;
	border-top: medium none;
	padding-left: 0px;
	font-size: 10px;
	border-left: medium none;
	color: darkred;
	border-bottom: medium none;
	font-style: normal;
	font-family: courier;
	text-align: left;
}

.ChatDate
{
	border-right: medium none;
	border-top: medium none;
	padding-left: 0px;
	font-size: 9px;
	border-left: medium none;
	color: slategray;
	border-bottom: medium none;
	font-style: italic;
	font-family: Verdana;
	text-align: left;
}
.ChatUser
{
	border-right: medium none;
	border-top: medium none;
	padding-left: 0px;
	font-size: 10px;
	border-left: medium none;
	color: darkred;
	border-bottom: medium none;
	text-align: left;
    background-color: floralwhite;
}

.ChatAnnullato
{
	font-size: 9px;
	color: lightgrey;
}

.ChatTable_D, .ChatTable_P
{
	padding-right: 10px;
	border-top: gainsboro 1px solid;
	padding-left: 10px;
	
	padding-bottom: 5px;
	vertical-align: top;
	color: #3d3f6d;
	padding-top: 5px;
	font-family: none;
	border-right-style: none;
	background-color: #fefefe;
	border-bottom-style: none;
}

.Ricerca
{
	padding-right: 10px;
	border-top: cornflowerblue 1px solid;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #fefefe;
}

.HighLight
{
	padding-right: 3px;
	padding-left: 3px;
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	border-left: #ffcc33 1px solid;
	border-bottom: #ffcc33 1px solid;
	background-color: #ffff99;
}

.Folder
{
	padding: 2px;
	font-size: 16px;
	background-image: url(Tabelle/Barra17.gif);
}

.ContenutoFolder
{
	padding: 2px;
	font-size: 16px;
	background-image: url(Tabelle/Barra12.gif);
}

.OggettoNotizia, a.OggettoNotizia, a.OggettoNotizia:visited
{
	font-size: 10px;
	color: darkmagenta;
	font-style: italic;
	text-decoration: none;
}

.Notizia, a.Notizia, a.Notizia:visited, a.Notizia:hoover
{
	text-decoration: none;
}

.PostedFile
{
	color: mediumorchid;
	text-decoration: none;
}

.ForumLink, a.ForumLink 
{
	font-weight: normal;
	color: maroon;
	text-decoration: none;
}


.MicroAutore
{
	font-size: 9px;
	color: dimgray;
}

.MicroData
{
	font-size: 9px;
	color: darkmagenta;
}


.limone_T
{
	border-right: gold 1px solid;
	border-top: gold 1px solid;
	border-left: gold 1px solid;
	border-bottom: gold 1px solid;
	background-color: papayawhip;
}
.limone_H
{
	padding-left: 10px;
	color: darkgoldenrod;
	border-bottom: palegoldenrod  1px solid;
	background-color: yellow;
}

.limone_C
{
	border-right: medium none;
	padding-right: 10px;
	border-top: medium none;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: medium none;
	padding-top: 0px;
	border-bottom: medium none;
	background-color: #ffffcc;
}



.SpallaListaDescrizioni
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 10px;
	padding-top: 0px;
    background-image: url(../img/bordi/papa1.jpg);
}


.Titolo_Scheda
{
	font-size: 9px;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: lavender;
	border-bottom-style: none;
}

</pre></body></html>